home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
HPAVC
/
HPAVC CD-ROM.iso
/
pc
/
ABUSESRC.ZIP
/
AbuseSrc
/
imlib
/
include
/
joy.hpp
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1996-04-11
|
237 b
|
9 lines
#ifndef __JOYSTICK_HPP_
#define __JOYSTICK_HPP_
int joy_init(int argc, char **argv); // returns 0 if joy stick not avaible
void joy_status(int &b1, int &b2, int &b3, int &xv, int &yv);
void joy_calibrate();
#endif